TCollections.CreateList<T>(T[]) Method

Represents method CreateList<T>(T[]).

Namespace: Spring.Collections
public
 class function CreateList<T>(const values: array of T): IList<T>; overload; static;

Type Parameters

T

Parameters

values
Type: array of T

Return Value

Type: IList<T>